home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / MCQXV32.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  45 lines

  1. ; Microcom QX/V.32c
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;                     FRONT 1 2 3 4 5 6 7 8 9 10
  6. ;                           U D D U D U U D   U
  7. ;
  8. ;                     REAR  1 2 3 4 5 6 7 8
  9. ;                           D U D U D D D D
  10. ;
  11. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  12. ; program, type the following lines and press ENTER after each.  Then
  13. ; exit and restart TE/2.
  14. ;
  15. ;       AT&F
  16. ;       ATE1Q0X4\V1\N3\J0\Q3
  17. ;       AT&D2&C1&T5%C3&W
  18. ;
  19. ; NOTES: Set ALL dialing directory entries to 38400 baud
  20. ;        Data compresion is enabled via AT%C3
  21. ;        If running OS/2 1.x, change all 38400's to 19200
  22.  
  23. Baud          38400
  24. Parity        N
  25. WordLen       8
  26. StopBits      1
  27.  
  28. XonXoff       BOTH
  29. CtsRts        BOTH
  30. MatchBaud     FALSE
  31.  
  32. ModemInitStrg ATZ^M
  33. ModemDialStrg ATDT
  34. ModemDialSufx ^M
  35. ModemHangStrg ;
  36. DTRHangup     TRUE
  37.  
  38. Connect       CONNECT,38400
  39.  
  40. NoConnect     NO_DIALTONE
  41. NoConnect     NO_CARRIER
  42. NoConnect     BUSY
  43. NoConnect     VOICE
  44.  
  45.